projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73bff96
)
(rmail-new-summary): Fix typo; (concat ": " description) should be eval'ed.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 12 Jun 1996 03:13:51 +0000
(
03:13
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 12 Jun 1996 03:13:51 +0000
(
03:13
+0000)
lisp/mail/rmailsum.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmailsum.el
b/lisp/mail/rmailsum.el
index 1be1e14fae62f780c3cbc33bf62c4f4b510f8d79..a3600fabba01e98bd33ce95e274f49f5556bbd79 100644
(file)
--- a/
lisp/mail/rmailsum.el
+++ b/
lisp/mail/rmailsum.el
@@
-207,7
+207,7
@@
nil for FUNCTION means all messages."
(setq buffer-read-only t)
(rmail-summary-mode)
(make-local-variable 'minor-mode-alist)
- (setq minor-mode-alist (list
'(
t (concat ": " description))))
+ (setq minor-mode-alist (list
(list
t (concat ": " description))))
(setq rmail-buffer rbuf
rmail-summary-redo redo-form
rmail-total-messages total))))